Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

632815 Views

Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/109 - Third Degree Equation Solver

scripts/ cody/swapnilsparsh/30DaysOfJavaScript/109 - Third Degree Equation Solver/scripts/
3 Items
  • bootstrap.bundle.js
  • app.js
  • bootstrap.bundle.js.map
  • assets/ cody/swapnilsparsh/30DaysOfJavaScript/109 - Third Degree Equation Solver/assets/
    1 Items
  • css/
  • index.html cody/swapnilsparsh/30DaysOfJavaScript/109 - Third Degree Equation Solver/index.html
    299 Views
    0 Comments
    <!DOCTYPE HTML>
    <html>
    <head>
    <link rel="stylesheet" href="./assets/css/bootstrap.css">
    <link rel="stylesheet" href="./assets/css/style.css">
    <title>Cubic Equation Calculator</title>
    <script src="./scripts/app.js"></script>
    <script src="./scripts/bootstrap.bundle.js"></script>
    readme.md cody/swapnilsparsh/30DaysOfJavaScript/109 - Third Degree Equation Solver/readme.md
    160 Views
    0 Comments
    # Cubic Equation Calculator

    A Calculator used to calculate Third degree equations.

    ## Functionalities :-

    - Giving the a,b,c,d values and the calculator will automatically calculator the 3 roots.
    - Calculator deals with complex/imaginary numbers.